home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir27 / grphca22.zip / EXAMPLES.ZIP / NATHAN.PLT < prev    next >
Text File  |  1993-02-03  |  2KB  |  92 lines

  1. echo
  2.       paper size 8.5,11
  3.       subplot area 2.2,3.2 7.25,9.2
  4.       frame
  5. font 1
  6.       map    x 0,4  y 0,2.5
  7.       divi   x 8,0  y 5,0
  8.       format x 1    y 1
  9.       draw x y
  10.       ylab 'Growth Rate (microns/min)'
  11.       xlab 'HCl (%)'
  12.  
  13.       pen style 1
  14.       data
  15. 0     1.067
  16. 0.66  0.769
  17. 1.32  0.175
  18. 1.98, -0.581
  19.       end
  20.       plot x y conn points
  21.  
  22.       pen style 2
  23.       data
  24. 0     1.269
  25. 0.66  1.159
  26. 1.32  0.904
  27. 1.98  0.492
  28. 2.64, -0.061
  29.       end
  30.       plot x y conn points
  31.  
  32.       pen style 3
  33.       data
  34. 0     1.45
  35. 0.66  1.36
  36. 1.32  1.18
  37. 1.98  0.908
  38. 2.64  0.543
  39. 3.30  0.09
  40. 3.96, -0.448
  41.       end
  42.       plot x y conn points
  43.  
  44.       pen style 4
  45.       data
  46. 0     1.712
  47. 0.66  1.597
  48. 1.32  1.383
  49. 1.98  1.076
  50. 2.64  0.683
  51. 3.30  0.209
  52. 3.96, -0.341
  53.       end
  54.       plot x y conn points
  55.  
  56.       pen style 5
  57.       data
  58. 0     1.952
  59. 0.66  1.801
  60. 1.32  1.526
  61. 1.98  1.138
  62. 2.64  0.645
  63. 3.3   0.057
  64. 3.96, -0.619
  65.       end
  66.       plot x y conn points
  67.  
  68.       pen style 6
  69.       data
  70. 0     2.186
  71. 0.66  1.996
  72. 1.32  1.652
  73. 1.98  1.169
  74. 2.64  0.562
  75. 3.30, -0.158
  76.       end
  77.       plot x y conn points
  78.  
  79.       legend at 4.75, 8.75
  80.       pen style 1 'Ts=1000 K'
  81.       pen style 2 'Ts=1100 K'
  82.       pen style 3 'Ts=1200 K'
  83.       pen style 4 'Ts=1353 K'
  84.       pen style 5 'Ts=1500 K'
  85.       pen style 6 'Ts=1650 K'
  86.       end of legend
  87.  
  88.       label bottom ' '
  89.       label bottom 'Model response to the surface temperature.'
  90.       label bottom 'dT/dy = 1000\Uo\DC/cm, d = 0.5 cm'
  91.       label bottom 'l/L = 1, P = 0.1 atm, 0.33% DCS'
  92.